home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / BULLETIN / 0457.ZIP / SYSMTXT.ROS < prev   
Text File  |  1987-03-01  |  19KB  |  431 lines

  1. :WM - Welcome message
  2.                  Welcome to the Albuquerque ROS
  3.                         Steve Fox - Sysop
  4.  
  5.            300/1200/2400 bps detected at connect by a
  6.                Courier 2400 Modem from US Robotics 
  7.  
  8.       8 bit characters, 1 stop bit, no parity, full duplex
  9.  
  10.         Operating 24 hours per day at (505)299-5974 from
  11.                      Albuquerque, New Mexico
  12.  
  13.   All information and activities on this system must be legal.
  14.  
  15. :GM - Goodbye message
  16.  
  17. Thanks for calling, please call again.
  18.           Adios....
  19. :B0 - Bulletin automatically displayed at login
  20. -=*=- -=*=- -=*=- -=*=- -=[ BULLETINS ]=- -=*=- -=*=- -=*=- -=*=-
  21.  
  22. 3/1/87  ROS version 3.61, correcting some problems with file 
  23. transfers using Xmodem protocol, will be ready late this evening.
  24.  
  25. Press...
  26.  
  27.   "?" for menus and help                CTRL-S to pause listings
  28.   Keys within "<>" for commands         CTRL-C to cancel listings
  29.  
  30. The number at the first of each system prompt is your access time 
  31. remaining.
  32. -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=-
  33. :B1 - User selected bulletin
  34. -=*=- -=*=- -=*=- -=*=[ Turbo User Group ]=*=- -=*=- -=*=- -=*=-
  35.  
  36. Borland  International  says they have distributed  over  500,000 
  37. copies of Turbo Pascal.   Many programs for this excellent compi-
  38. ler are stored in the TPASCAL file area.   Feel free to  download 
  39. these files and to upload any others you have found useful.
  40.  
  41. If you are using Turbo Pascal, you may be interested in the Turbo 
  42. User Group which publishes a bi-monthly magazine of hints,  bugs, 
  43. insights,  and  tutorials.   The magazine is not large,  but  the 
  44. material is worthwhile.  Membership is $20.00.  The address is:
  45.  
  46.   Turbo User Group (TUG)
  47.   P.O. Box 1510
  48.   Poulsbo, Washington USA 98370
  49. :B2 - User selected bulletin
  50. -=*=- -=*=- -=*=[ Remote Operating System - ROS ]=*=- -=*=- -=*=-
  51.  
  52. The following briefly describes the features of ROS,  an integra-
  53. ted message and file transfer system:
  54.  
  55.      General features:
  56.  
  57. Written entirely in Turbo Pascal
  58. Does not require other support routines
  59. Fast user file access using B+ trees
  60. Individual access control for each user
  61. All functions selected by a single keystroke
  62.  
  63.      User functions:
  64.  
  65. Send and receive public and private messages
  66. Multiple message areas
  67. Can access multiple file areas and libraries
  68. Sorted file directory
  69. File sizes shown in bytes or transfer time
  70. Supports Xmodem and Ymodem protocol (checksum and CRC)
  71. Send text files with automatic processing of "squeezed" files
  72. List special bulletins, system information, BBS lists, etc.
  73. Chat with sysop
  74. Change user parameters
  75. List names of other users on system
  76.  
  77.      Sysop functions:
  78.  
  79. List, edit, purge, and recover user file
  80. List and purge messages and system log
  81. List and update NEWIN list
  82. List, edit, and use macros (pre-defined keystroke sequences)
  83. Build system directory
  84. Copy, move, and delete files
  85. Local login
  86. Local commands to disable remote, initiate chat, etc.
  87. :B3 - User selected bulletin
  88. -=*=- -=*=- -=*=- [ What's an Xmodem Anyway? ]- -=*=- -=*=- -=*=-
  89.  
  90.      Several  times a day,  as I pass the system and take a quick 
  91. glance  just to make sure that all is well,  I see some  messages 
  92. pertaining to file transfers and that someone is having a problem 
  93. or  two getting the Xmodem routines to run.   So perhaps a  quick 
  94. review of what's SUPPOSED to happen will help those that  haven't 
  95. used Xmodem file transfers much.
  96.  
  97.      First, two definitions:
  98.  
  99. Sender:  the  computer system which will transmit information  to 
  100. the  receiver,  much  like a radio station sends a signal to  the 
  101. radio receiver in our car.
  102.  
  103. Receiver: the computer system which will accept or receive infor-
  104. mation from the sender.
  105.  
  106.      Using these definitions,  then,  when you ask ROS,  which is 
  107. running on THIS system,  to send a file,  ROS becomes the  sender 
  108. and your computer becomes the receiver.  To make a file available 
  109. for others,  such as those in the NEWIN section, you will need to 
  110. make YOUR machine the sender and ROS the receiver.
  111.  
  112.      The  Xmodem (or Christensen) protocol is designed to produce 
  113. error  free file transfers by locking the sending  and  receiving 
  114. machines  together  in such a way that any errors in a  block  or 
  115. record  are detected.   When an error is found in this  way,  the 
  116. receiving  machine asks the sending machine to try  again.   This 
  117. may  happen  several  times in a single block,  but  usually  the 
  118. reason for the error is noise on the phone line that is gone when 
  119. the block is re-sent.   Consequently, the limit of 10 errors in a 
  120. single  block rarely causes a premature  termination.   In  fact, 
  121. most  terminations occur in the first block,  usually because the 
  122. two machines never got synchronized.
  123.  
  124.      That interlock,  so critical to the success of the protocol, 
  125. is  established when the receiving machine tells the sender  that 
  126. it  is  ready,  but the sender MUST ALREADY BE WAITING  FOR  THAT 
  127. ACKNOWLEDGEMENT.
  128.  
  129.      So,  to  get a file from ROS to your  system,  follow  these 
  130. steps:
  131.  
  132. 1.  Tell ROS to <S>end (from the Files sub-system).
  133.  
  134. 2.  Tell ROS which file you want.
  135.  
  136. 3.   ROS  will verify that the file does exist and that you  have 
  137. enough  access time to complete the transfer.   If all goes well, 
  138. ROS  will announce the approximate time the transfer  will  take, 
  139. and then say that it is ready for the transfer to begin.
  140.  
  141. 4.   Tell YOUR COMPUTER that you want it to RECEIVE a file.  This 
  142. usually  involves  some commands which include the file name  and 
  143. maybe the type of protocol (Xmodem) that will be used.  The exact 
  144. form of the command can be found in your documentation.
  145.  
  146. 5.   Your computer will then do some checking of its own.  If all 
  147. goes well, your computer will tell ROS that it's ready to receive 
  148. and the transfer will proceed.
  149.  
  150. 6.   After  the transfer is complete,  ROS will return to  normal 
  151. command mode for your next instruction.
  152.  
  153.      To get a file from your system to ROS, follow these steps:
  154.  
  155. 1.  Tell ROS to <R>eceive (from the Files sub-system).
  156.  
  157. 2.  Tell ROS the name of the file you intend to send it.
  158.  
  159. 3.   ROS  will make sure the file doesn't already exist and  that 
  160. the  name  is valid.   If all goes well,  ROS will  announce  the 
  161. amount of disk space available, and then say that it is ready for 
  162. the transfer to begin.
  163.  
  164. 4.   Tell  YOUR COMPUTER that you want it to SEND a  file.   This 
  165. usually  involves some commands which include the file  name  and 
  166. maybe  the type of protocol (Xmodem) that will be  used.   Again, 
  167. the  exact  form of the command will be found in your  documenta-
  168. tion.
  169.  
  170. 5.  Your computer will then try to find the file.  It it does, it 
  171. starts waiting for ROS to say it's ready to receive.
  172.  
  173. WHAT?   ROS already said it was ready,  right?   Partially.   ROS 
  174. told YOU it was ready, but while you were telling your machine to 
  175. send a file,  ROS was counting to itself.   About 4 seconds after 
  176. ROS  tells you it is ready,  it starts sending a code  that  your 
  177. computer  will interpret as a ready signal.   ROS will send  this 
  178. code several times before it finally gives up.
  179.  
  180. 6.   When  your  computer detects that ROS is  ready,  it  starts 
  181. sending the file.
  182.  
  183. 7.   When  the  transfer is complete,  ROS will ask for  a  short 
  184. description  of the file you sent for the benefit of other users.  
  185. That's where the information in the <N>ewin function comes from.
  186.  
  187.      While the terms "upload" and "download" aren't usually  used 
  188. in  ROS,  they  correspond to <R>eceive and <S>end  respectively, 
  189. i.e. "upload" means to send a file from a remote system to a host 
  190. (from you to ROS,  so ROS is receiving),  and "download" means to 
  191. send a file from a host to a remote system (from ROS to  you,  so 
  192. ROS is sending).   In both cases,  ROS is acting as the host sys-
  193. tem.
  194.  
  195.      For  those interested in the technical aspects of the  error 
  196. checking, I'll just say that ROS will automatically detect cyclic 
  197. redundancy  code  (CRC) or checksum modes during send  operations 
  198. (as  requested by your machine),  and that during receive  opera-
  199. tions,  ROS will try both modes until something works or it times 
  200. out (preference is given to CRC for accuracy).
  201. :B4 - user selected bulletin
  202. -=*=- -=*=- -=*=- -=*=[ ROS-PC Version 3.6 ]=*=- -=*=- -=*=- -=*=-
  203.  
  204. The ability to transfer (with Xmodem) files from within an 
  205. archive has been added (sorry, can't <T>ype from them yet).
  206.  
  207. A <W>hereIs function has been added to the files sub-system to 
  208. assist in finding a particular file.
  209.  
  210. Defaults to Yes/No questions are tailored to the specific 
  211. question.  Most common operations can now be performed without 
  212. having to hunt for "Y" or "N".
  213.  
  214. An accidental <G>oodbye can be recovered back to a system prompt.
  215.  
  216. Response to ^S/^C is immediate for XON/XOFF transfers.
  217.  
  218. For the sysop, many changes have been implemented to improve 
  219. local and remote operations.
  220.  
  221. -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=-
  222. :OS - Other systems
  223. -=*=[ Other Remote Computer Systems in the Albuquerque Area ]=*=-
  224.  
  225.      Name       Baud    Number      Sysop         Hours   System
  226. -------------- ------- -------- --------------  --------- -------
  227. Albq. Heath    3/12/24 292-6770 Dave Alexander  24 hr     ROS
  228. Albq. RBBS-PC  3/12/24 296-7672 John Maio       24 hr     RBBS-PC
  229. Albq. ROS      3/12/24 299-5974 Steve Fox       24 hr     ROS
  230. Academy BBS    3       296-4887 Brian Langdon   8pm-10am  Hal BBS
  231. Applequerque   3/12    256-7357 ???             24 hr     Mac
  232. ???            3       266-5150 Marty Lavens    24 hr     Apple
  233. CBM BBS        3/12    822-1159 Bo Farley       24 hr     Punter
  234. LL-Zee System  3/12    865-9036 Bob Williams    9pm-8am   ROS
  235. Moonlight BBS  3       869-6820 Peggy Lawrence  3pm-6am   C64 Xch
  236. NELT           3       294-3922 Drew Reidle     24 hr     TRS
  237. NM DEC-PC RCPM 3/12    831-0205 Eloy Gonzales   24 hr     ROS
  238. Online Albq.   3/12   $892-1111 Greg Sinkey     24 hr     IBM-PC
  239. Outpost        3       877-3031 Dennis Massegee 24 hr     C-64
  240. ROS Connection 3/12   #266-0677 Jim Pattee      24 hr     ROS
  241. TBC BBS        3/12/24 821-7379 Dave Staehlin   24 hr     PC-Brd
  242.  
  243. "$" by the phone number indicates systems that charge for access.
  244.  
  245. "#"  by the phone number indicates "ring back" systems.   To call 
  246. them,  let the phone ring once or twice,  hang up, and call back.  
  247. More than 2 rings indicates a voice call.
  248.  
  249. Please  help  fill in the areas of this list that  have  question 
  250. marks.   Leave corrections, deletions, and additions in a message 
  251. to SYSOP.  
  252. -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=-
  253. :NF - Name search failed
  254. Old  users:  you may answer "N" to the following question to  try 
  255. again.   If it has been some time since you last called,  you may 
  256. have  been  purged from the active user list,  and will  have  to 
  257. start again as a new user.
  258.  
  259. New  users:  you  may answer "Y" to the following question to  be 
  260. added  to the user list.   If you used a "handle," please  answer 
  261. "N" and enter your real name.
  262. :PF - Password match failed
  263. Since  you have exceeded the number of attempts allowed to  enter 
  264. your  password  correctly,  you will be given the opportunity  to 
  265. leave a message and then the system will disconnect.   If you are 
  266. local,  leave  your phone number and I will try to get  in  touch 
  267. with you.
  268. :IN - Information for new users
  269. -=*=- -=*=- -=*=- [ Information for New Users ] -=*=- -=*=- -=*=-
  270.  
  271. Please take the time to read the following carefully:
  272.  
  273. The Albuquerque ROS is available 24 hours per day,  primarily for 
  274. computers using CP/M,  MS-DOS, or PC DOS, but others are welcome.  
  275. 60  Mbytes  of  storage are available on-line  for  messages  and 
  276. files.
  277.  
  278. A Courier 2400 modem from U.S. Robotics automatically detects the 
  279. transmission rate of 300, 1200, or 2400 bps at answer.
  280.  
  281. This Remote Operating System (ROS) was written by Steve Fox using 
  282. Turbo  Pascal  (from Borland International) with B+ tree  indexed 
  283. file  support.   Access to the operating system is not  necessary 
  284. for file transfer,  since this is built into the system (see  the 
  285. File  Transfer System menu).   A user's guide to ROS is available 
  286. in the LOGIN file area.   This file,  ROSUSR.DQC,  may be  either 
  287. typed or downloaded using Xmodem protocol.   If you have not used 
  288. ROS  before,  please take the time to look at this file - several 
  289. differences exist between ROS and other bulletin board systems.
  290.  
  291. Unvalidated (new) users will be allowed 15 minutes per day.  This 
  292. should be enough time to get familiar with the system and  deter-
  293. mine  whether  or not you wish to become a fully validated  user.  
  294. No charges are ever made for this system,  nor are donations even 
  295. encouraged, but because attempts have been made to use the system 
  296. improperly, registration will be required for full access.  Until 
  297. this  is done,  all messages will be routed to the sysop and  the 
  298. number of files that can be accessed will be severely  restricted 
  299. (only the LOGIN file area will be available).
  300.  
  301. You may register during the logout process or from the  <U>tility 
  302. sub-system.   Only  your name will be known to other users.   All 
  303. other  information will be strictly private and will not be  used 
  304. for  any purpose other than validation (no mailing lists  or  the 
  305. like) which is normally done in 48 hours.
  306.  
  307. I  apologize for any inconvenience these restrictions might cause 
  308. you,  but like locks on doors,  they are necessary because of the 
  309. few individuals that have abused the system.
  310.  
  311. The  first number in each system prompt indicates the  amount  of 
  312. time available until the system will automatically log you out.
  313. -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=-
  314. :RR - Registration request
  315. Only  your  name will be shown to  other  users.   The  following 
  316. information will be strictly private and will not be used for any 
  317. purpose  other  than validation (no mailing lists or  the  like), 
  318. which is normally completed in 48 hours.
  319. :AR - Transfer from within an archive
  320.  
  321. When this transfer is complete,  you will have a standard archive 
  322. with exactly one entry.   Any archive utility may then be used to 
  323. extract and decompress this entry into your file.
  324.  
  325. :UD - Upload description
  326. Please enter a brief description of your file and the computer or 
  327. operating system it runs on, e.g. MS DOS, CP/M-80, Amiga, etc:
  328.  |------------------------------------------------|
  329. :HM - Help for message sub-system
  330.               Albuquerque ROS - Message Sub-System
  331.  
  332. ==== Functions ====   ==== Bulletins ====   == System Changes ==
  333.  
  334. <A>nswer last msg     <B>ulletin            <G>oodbye (logoff)
  335. <C>hange msg area     <1> Turbo User Group  <F>ile Sub-System
  336. <D>elete a msg        <2> ROS               <U>tility Sub-System
  337. <E>nter a msg         <3> Xmodem
  338. <I>nfo for new users
  339. <O>ther systems list
  340. <Q>uick-scan messages
  341. <R>ead messages
  342. <S>can messages
  343. e<X>pert mode toggle
  344. :HF - Help for file sub-system
  345.                 Albuquerque ROS - File Sub-System
  346.  
  347. =============== Functions ===============   == System Changes ==
  348.  
  349. <C>hange file area    <F>ilesize display    <G>oodbye (logoff)
  350. <D>irectory of files  <N>ewin list          <M>essage Sub-System
  351. <L>ibrary or archive open/close             <U>tility Sub-System
  352. <W>here is (file search)
  353.  
  354. <R>eceive file using Xmodem protocol  (you --> ROS)
  355. <S>end file using Xmodem protocol     (ROS --> you)
  356. <T>ype ASCII or squeezed file (Xon/Xoff supported)
  357. e<X>pert mode toggle
  358. :HU - Help for utility sub-system
  359.               Albuquerque ROS - Utility Sub-System
  360.  
  361. =============== Functions ===============   == System Changes ==
  362.  
  363. <A>lter configuration    <S>tatistics       <F>ile Sub-System
  364. <C>hat with sysop        <T>ime and date    <M>essage Sub-System
  365. <R>egister for access    <U>ser list        <G>oodbye (logoff)
  366. e<X>pert mode toggle
  367. :HC - Help for system configuration
  368.              Albuquerque ROS - System Configuration
  369.  
  370. <B>ell after prompt   <H>elp level           <P>assword change
  371. <C>haracters/line     <L>ines/page           <S>hift lock
  372. <D>efault areas       <N>ulls after newline  <T>ransfer protocol
  373.  
  374. All parameters will be retained from one call to the next.
  375. :HS - Help for sysop Sub-system
  376.                Albuquerque ROS - Sysop Sub-System
  377.  
  378. =============== Functions ===============   == System Changes ==
  379.  
  380. <A>udit trail toggle  <O> Macro operations  <F>ile Sub-System
  381. <C>opy file           <P>urge files         <M>essage Sub-System
  382. <D>elete file         <R>edirect file       <U>tility Sub-System
  383. <E>dit user record    <S>ystem directory
  384. <J>ump to DOS         <T>oggle printer      <G>oodbye (logoff)
  385. <L>ist system files   e<X>pert mode toggle
  386. <N>ewin file edit
  387. :HE - Help for editing text
  388. ======= Text Editing Functions =======   === Editor Commands ===
  389.  
  390. CTRL-A  Move cursor one word left         <C>ontinue text entry
  391. CTRL-S  Move cursor one character left    <E>dit a selected line
  392. CTRL-D  Move cursor one character right   <L>ist current text
  393. CTRL-F  Move cursor one word right        <S>ave text to disk
  394. TAB     Space to next tab position        <Q>uit without saving
  395. Backspace, RUB, or
  396.    DEL  Delete character left of cursor
  397. CTRL-G  Delete character at cursor
  398. CTRL-X  Delete line left of cursor
  399. RETURN  Complete line entry
  400.  
  401. New characters are inserted into the existing line.  If there are 
  402. characters to the right of the current cursor position, they will 
  403. be moved over to make space.   Insertions will not be shown until 
  404. the line is explicitly re-listed.
  405. :HT - Help for transfer mode selection
  406. ROS,  in conjunction with your telecommunications software,  sup-
  407. ports  two  methods  of error detection  during  file  transfers: 
  408. cyclic  redundancy check (CRC) and checksum.   Either may be used 
  409. with short (128 byte) blocks,  but CRC is enforced when transfer-
  410. ring long (1024 byte) blocks.   You may let ROS try to  determine 
  411. the  best protocol,  or select your preference.   In either case, 
  412. ROS  will try to adjust if it detects  incompatible  modes.   For 
  413. example,  if you ask ROS to send a file using checksum,  but your 
  414. system  is set to use CRC,  the file transfer will still  succeed 
  415. since ROS will switch to CRC as well.  Similarly, if you tell ROS 
  416. to  receive using Xmodem CRC but your system starts sending  long 
  417. blocks, ROS will accommodate.
  418. :HP - Help for purge file command
  419. <A>ll <L>og <M>essage <N>ewin <U>ser <Q>uit
  420. :HL - Help for list file command
  421. <A>ll <L>og <M>essage <Q>uit
  422. :HR - Help for edit user record
  423. <D>elete <E>dit <N>ext <P>revious <R>egistered <S>elect <V>alidate <Q>uit
  424. :HA - Help for alter message status
  425. <D>elete <I>ndividual (private) <M>ove <P>ublic <R>ead
  426. :HN - Help for change status of files listed in NEWIN
  427. <A>dd <D>elete <E>dit <H>ide <R>elease <Q>uit
  428. :HI - Help for information displayed during user listing
  429. <A>ll <E>xceptional <Q>uick <U>nvalidated
  430.  <H>ide <R>elease <Q>uit
  431. :HI - Help for information displayed during user